Filter Array Data
Command Prototype
arrRet = Filter(arrParam,sFilter,bInclude)
Command Description
Filter the specified data in an array or a dictionary
Parameter Description
- Required Parameter
- arrParam--The array to be filtered
- sFilter--The string used for filtering; the data can be kept or not, depending on whether the string is matched in the array entry
- bInclude--Whether to keep the data containing the filter string; keep the data containing the filter string if it is set to true , don't keep if otherwise
- return
- arrRet--The variable used to save the output of the function call